home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mac 13
/
the-mac-13.iso
/
On The Rom
/
100 Best Mac CD-ROMs Selection
/
The Treasure Hunt
/
SHARED.Dxr
/
00986_helpbutton.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-09-16
|
334 b
|
17 lines
on mouseUp
global captain, menuclick
if captain then
set menuclick to the clickOn
puppetSound("help")
updateStage()
repeat while the soundBusy of 1 and the mouseUp
nothing()
end repeat
puppetSound(0)
updateStage()
if the clickOn = menuclick then
dontPassEvent()
end if
end if
end